projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efbdca1
)
(finder-compile-keywords-make-dist):
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 May 1997 00:49:50 +0000
(
00:49
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 May 1997 00:49:50 +0000
(
00:49
+0000)
Use the dirs specified on the command line.
lisp/finder.el
patch
|
blob
|
history
diff --git
a/lisp/finder.el
b/lisp/finder.el
index 3d93cba79d5ab0bbfef9e3e175c9370c751a54ba..d86a18ea779d5f3ed731d1ec950d52e5122b3484 100644
(file)
--- a/
lisp/finder.el
+++ b/
lisp/finder.el
@@
-149,7
+149,8
@@
arguments compiles from `load-path'."
(defun finder-compile-keywords-make-dist ()
"Regenerate `finder-inf.el' for the Emacs distribution."
- (finder-compile-keywords default-directory))
+ (apply 'finder-compile-keywords command-line-args-left)
+ (kill-emacs))
;;; Now the retrieval code